home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
Tickle-4.0 (tcl)
/
library
/
maclib.tcl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-04
|
193 b
|
16 lines
|
[
TEXT/MPS
]
#
# Macintosh tcl library.
#
if {! [info exists MACINTOSH]} {
return ""
}
proc cat { file } {
set myfd [open $file "r"]
set result [read $myfd]
close $myfd
# crange $result 0 "end-1"
}